type github.com/go-pg/pg/v10/orm.mapSliceModel
7 uses
github.com/go-pg/pg/v10/orm (current package)
model_map_slice.go#L3: type mapSliceModel struct {
model_map_slice.go#L8: var _ Model = (*mapSliceModel)(nil)
model_map_slice.go#L10: func newMapSliceModel(ptr *[]map[string]interface{}) *mapSliceModel {
model_map_slice.go#L11: return &mapSliceModel{
model_map_slice.go#L16: func (m *mapSliceModel) Init() error {
model_map_slice.go#L24: func (m *mapSliceModel) NextColumnScanner() ColumnScanner {
model_map_slice.go#L45: func (mapSliceModel) useQueryOne() {} //nolint:unused
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)